Quiz on TinyURL's Design

Let's test our understanding of the short URL generation system with a quiz.

4

Which strategy did we adopt to counter the predictability of the sequencer-generated unique IDs?

Your Answer
A)

We changed the base of the sequencer to 58.

Correct Answer
B)

We randomly selected a unique ID from the available pool for each short URL generation.

C)

We added a load balancer before the sequencer.

D)

We eliminated the alpha-numeric characters.

Question 4 of 44 attempted
Evaluation of TinyURL's Design
System Design: Web Crawler
Mark as Completed